learning_rate_calculate Interface

interface
public function learning_rate_calculate(learning_rate_fn, iteration) result(alpha)

Arguments

Type IntentOptional Attributes Name
class(learning_rate_function_base) :: learning_rate_fn

An learning_rate_function_base object

real(kind=wp), intent(inout) :: iteration

A real variable with the current iteration

Return Value real(kind=wp)

A real variable with the learning rate

Description

Template for a function that calculates the learning rate Import section